home *** CD-ROM | disk | FTP | other *** search
/ Know Your Hockey - The Greatest Player Resource / Know Your Hockey: The Greatest Player Resource.iso / hockey / director / ssqcst.cst / 00073_Script_73 < prev    next >
Text File  |  1998-09-28  |  521b  |  18 lines

  1. global gmusic,gsoundlevel
  2. on bgmusic
  3.   set test = the moviename
  4.   case test of 
  5.     "eqrmp.dir","eqrmg.dir","Ssqintro.dir","Btg.dir":
  6.       if gmusic = 1 then exit
  7.       set markerName = the name of member "BG_AUDIO"
  8.       set start = the number of member "BG_AUDIO" of castlib "SSQCST"
  9.       set bgSnd = the name of member (start+1) of castlib "SSQCST"
  10.       Puppetsound 2, bgsnd
  11.       updatestage
  12.       if voidp(gsoundlevel) then 
  13.         set the volume of sound 2 = 100
  14.       end if
  15.   end case
  16.   
  17. end
  18.